home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / SitePane.nib / data.classes next >
Text File  |  1994-03-20  |  909b  |  63 lines

  1. PaneAgent = {
  2.     OUTLETS = {
  3.     controller;
  4.     inspectorBox;
  5.     };
  6.     SUPERCLASS = UniqueAgent;
  7. };
  8. NibAgent = {
  9.     ACTIONS = {
  10.     makeKeyAndOrderFront:;
  11.     };
  12.     OUTLETS = {
  13.     mainWindow;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. LicensePaneAgent = {
  23.     ACTIONS = {
  24.     nextForm:;
  25.     selectText:;
  26.     toggleNonUS:;
  27.     printEmulator:;
  28.     };
  29.     OUTLETS = {
  30.     nameForm;
  31.     foreignForm;
  32.     cityForm;
  33.     stateForm;
  34.     zipForm;
  35.     nonUSSwitch;
  36.     };
  37.     SUPERCLASS = PaneAgent;
  38. };
  39. UniqueAgent = {
  40.     ACTIONS = {
  41.     windowWillClose:;
  42.     };
  43.     SUPERCLASS = NibAgent;
  44. };
  45. SitePaneAgent = {
  46.     ACTIONS = {
  47.     fixTotal:;
  48.     toggleContactNonUS:;
  49.     };
  50.     OUTLETS = {
  51.     totalField;
  52.     contactNameForm;
  53.     contactForeignForm;
  54.     contactNonUSSwitch;
  55.     licenseSizeRadio;
  56.     licenseTypeRadio;
  57.     contactCityForm;
  58.     contactZipForm;
  59.     contactStateForm;
  60.     };
  61.     SUPERCLASS = LicensePaneAgent;
  62. };
  63.